Configurates
C1.Web.Mvc.DropDown<T>.Text. Sets the text shown on the control.
Syntax
'Declaration
Public Overridable Function Text( _
ByVal As String _
) As TBuilder
public virtual TBuilder Text(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also